home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / User Contributions / Conquest 1.1.sea / Conquest 1.1 / CODE / Library / @load.lisp / @load.lisp
Encoding:
Text File  |  1993-02-13  |  514 b   |  22 lines  |  [TEXT/CCL2]

  1. ;;; @load.lisp
  2. ;;;
  3. ;;; CONQUEST AI PROJECT
  4. ;;;
  5. ;;; Washington University Computer Science Department
  6. ;;; Copyright 1992 Paul McCartney.  All Rights Reserved.
  7. ;;;
  8. ;;; AUTHOR:  Paul McCartney
  9. ;;;
  10. ;;; DESCRIPTION:
  11. ;;;
  12. ;;; Load the library files that conquest uses.
  13. ;;;
  14. ;;; USE:
  15. ;;;
  16. ;;; Load this file.  Note that this file loads "load-fasl", a
  17. ;;; new type of load function that will be used exclusively after
  18. ;;; it is loaded.
  19. ;;;
  20.  
  21. (load "Library;load-fasl.lisp")
  22. (load-fasl "Library;docs-menu.lisp" "FASL;Library:")